.swiper-button-prev,
.swiper-button-next {
    width: auto;
    height: auto;
    background-image: none;
    margin-top: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1 !important;
}

.section6,
.section6>div {
    height: auto !important
}

.section1 .swiper-slide>a>img {
    width: 100%;
    height: 100%
}

.section1 .swiper-container {
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100vh - 80px);
    width: 100%
}

.banner_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 0;
    background-size: 100% 100%;
    background-image: url(../images/bannerbac_02.png)
}

.more {
    display: inline-block;
    vertical-align: middle;
    width: 208px;
    height: 43px;
    border-radius: 43px;
    text-align: center;
    line-height: 43px;
    color: #00953b;
    background: #fff;
    font-size: 14px
}

.more i {
    display: inline-block;
    margin-right: 12px;
    font-size: 26px;
    vertical-align: middle
}

.more span {
    display: inline-block;
    vertical-align: middle
}

.more span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #00953b;
    margin-right: 0
}

.more:hover span:before {
    width: 10px;

}

.banner_txt h2 {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: calc(100% - 208px);
    box-sizing: border-box;
    padding-right: 50px
}

.section1 .swiper-button-prev,
.section1 .swiper-button-next {
    width: 64px;
    height: 64px;
    border-radius: 50px;
    background: rgba(20, 159, 63, .3);
    text-align: center;
}

.section1 .swiper-button-prev {
    left: 1.875%
}

.section1 .swiper-button-next {
    right: 1.875%
}

.section1 .swiper-button-prev span,
.section1 .swiper-button-next span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background: #149f3f;
    color: #fff;
    font-size: 20px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.section1 .swiper-button-prev:hover,
.section1 .swiper-button-next:hover {
    animation: backgroundcolor 1s;
    -webkit-animation: backgroundcolor 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@keyframes backgroundcolor {
    from {
        background: rgba(20, 159, 63, .3);
    }

    25% {
        background: rgba(20, 159, 63, .5);
    }

    50% {
        background: rgba(20, 159, 63, .7);
    }

    75% {
        background: rgba(20, 159, 63, .5);
    }

    to {
        background: rgba(20, 159, 63, .3);
    }
}

@-webkit-keyframes backgroundcolor {
    from {
        background: rgba(20, 159, 63, .3);
    }

    25% {
        background: rgba(20, 159, 63, .5);
    }

    50% {
        background: rgba(20, 159, 63, .7);
    }

    75% {
        background: rgba(20, 159, 63, .5);
    }

    to {
        background: rgba(20, 159, 63, .3);
    }
}

.section2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/sec2bac_02.jpg)
}

.sec2_left {
    display: inline-block;
    vertical-align: top;    
    
}

.tit span {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    box-sizing: border-box
}

.tit span font {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 38px
}
.tit span font img{
     position: absolute;
     left: 0;
     top: 0;
     right:0;
     bottom:0;
     margin: auto;
     max-width: 70%
}
.tit h2 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 34px;
    padding-left: 28px
}

.tit h2 p {
    font-weight: normal;
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase
}

.section2 .container {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.sec2_left {
    display: inline-block;
    vertical-align: top;
    width: 41.15%;
    box-sizing: border-box;
    padding-right: 35px
}

.sec2_left>h2 {
    margin: 26.54% 0 5%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;

}
.sec2_left>h2:after{
    margin-top: 5%;
    content:'';
    display: block;
    width: 37px;
    height: 1px;
    background: rgba(255,255,255,.4);
}
.sec2_left p {
    line-height: 24px;
    color: #fff;
    font-size: 16px;

}

.sec2_left .more {
    margin-top: 12%
}

.sec2_right {
    display: inline-block;
    vertical-align: top;
    width: 58.85%;
}

.maplist {
    position: relative;
}

.maplist img {
    width: 100%
}

.maplist li {
    position: absolute;
}

.maplist i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.7);
    position: relative;
    z-index: 2;

}

.maplist li:nth-child(1) {
    left: 75%;
    top: 87%
}
.maplist li:nth-child(2) {
    left: 88.5%;
    top: 80%
}

.maplist li:nth-child(3) {
    left: 86.5%;
    top: 60.5%
}
.maplist li:nth-child(4) {
    left: 74%;
    top: 38%
}

.maplist li:nth-child(5) {
    left: 50%;
    top: 82%
}

.maplist li:nth-child(6) {
    left: 73%;
    top: 86%
}

.maplist li:nth-child(7) {
    left: 61%;
    top: 56%
}

.maplist li:nth-child(8) {
    left: 68%;
    top: 71%
}

.maplist li:nth-child(9) {
    left: 74%;
    top: 65%
}

.maplist li:nth-child(10) {
    left: 67%;
    top: 36%
}

.maplist li:nth-child(11) {
    left: 78%;
    top: 61%
}

.maplist li:nth-child(12) {
    left: 72%;
    top: 58%
}

.maplist li:nth-child(13) {
    left: 67%;
    top: 47%
}

.maplist li:nth-child(14) {
    left: 82%;
    top: 74%
}

.maplist li:nth-child(15) {
    left: 77%;
    top: 48%
}

.maplist li:nth-child(16) {
    left: 65%;
    top: 82%
}

.maplist li:nth-child(17) {
    left: 54%;
    top: 64%
}

.maplist li:nth-child(18) {
    left: 60%;
    top: 68%
}

.maplist li:nth-child(19) {
    left: 90%;
    top: 12%
}

.maplist li:nth-child(20) {
    left: 35%;
    top: 50%
}

.maplist li:nth-child(21) {
    left: 56.5%;
    top: 46.5%
}

.maplist li:nth-child(22) {
    left: 84%;
    top:67%
}

.maplist li:nth-child(23) {
    left: 78%;
    top: 69%;
}

.maplist li:nth-child(24) {
    left: 82%;
    top: 59%
}

.maplist li:nth-child(25) {
    left: 84%;
    top: 37%
}

.maplist li:nth-child(26) {
    left: 76.5%;
    top: 41%
}

.maplist li:nth-child(27) {
    left: 24%;
    top: 30%
}

.maplist li:nth-child(28) {
    left: 72%;
    top: 47%
}
.maplist span {
    display: block;
    width: 74px;
    height: 74px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
    text-align: center;
}

.maplist li.ac span {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
}
.maplist li.ac i{
    opacity: 0;
}
.maplist font{
    display: block;
    color:#5db039;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    
}
.maplist span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(.8);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
    border-radius: 50%
}

.maplist span:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.6);
    -ms-transform: translateX(-50%) translateY(-50%) scale(.6);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.6);
    border-radius: 50%
}

.map_inf h5 {
    color: #39ab44;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    line-height: 30px
}
.map_inf h6{
    color: #39ab44;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px
}
.map_inf{
    padding: 9px 35px;
    background: #fff;
    position: absolute;
    left: -31px;
    white-space: nowrap;
    bottom: 100%;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    display: none
}
.map_inf:after{
    content:'';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color:#fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 28px;
}
.maplist li.ac .map_inf{
    display: block
}

.map_project{
    position: absolute;
    width: 205px;
    box-sizing: border-box;
    padding: 12px 20px;
    background: rgba(255,255,255,.23);
    border-top: 3px solid #009a44;
    left: 50px;
    display: none;
    
}
.map_project a{
    display: block;
    color:#fff;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}
.map_project a:last-child{
    margin-bottom: 0;
}
.map_project a:hover{
    border-color:#fff;
}
.section2 .maps,
.pic .maps{
    position: absolute;
    right: 1.3%;
    bottom: 3.2%
}
.maps img{
    max-width: 115px;
    display: inline-block;
    vertical-align: bottom
}
.maps p{
    display: inline-block;
    vertical-align: bottom;
    max-width: 230px;
    color:rgba(255,255,255,.5);
    line-height: 20px;
}
#fullpage>div{
    background-size: cover;
    background-repeat: no-repeat
}
.section3{
    background-image: url(../images/sec3bac_02.jpg);
    
}
.section3 .tit span,
.section5 .tit span {
    border-color:rgba(0,149,59,.5)
}
.section3 .tit span font,
.section5 .tit span font {
    border-color:rgba(0, 149, 59, .1);
    color:#00953b
}
.section3 .tit h2,
.section5 .tit h2 {
    color:#13562d
}
.section3 .tit p,
.section5 .tit p {
    color:rgba(19,86,45,.5)
}
.section3>div{
    vertical-align: bottom;
    padding-bottom: 5%
}

.zhlist li{
    display: inline-block;
    vertical-align: top;
    width: 20.28%;
    margin-right: 6.29%;
    background: rgba(255,255,255,.3);
    height: 511px;
    position: relative;
}
.zhlist li:before{
    content:'';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../images/znbac_03.jpg);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}
.zhlist li:hover:before{
    opacity: 1;
}
.zhlist li:nth-child(4n){
    margin-right: 0
}
.zhlist li a{
    display: block;
    height: 100%
}

.zninner{
   
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
}
.zninner span{
    display: inline-block;
    width:70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0,149,59,.3);
    position: relative;
}
.zhlist li .zninner span font{
    font-size: 24px;
}
.zninner span font{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #00953b;
    color:#fff;
    font-size: 28px;
    border-radius: 50%;
    box-sizing: border-box

}
.zhlist li:nth-child(2) .zninner span font{
    padding-left: 5px
}
.zninner h2{
    font-size:20px;
    margin-top: 28px;
    color:#13562d
}
.zninner p{
    margin-top: 20px;
    width: 67%;
    display: inline-block;
    text-align: left;
    font-size:16px;
    color:rgba(255,255,255,.4);
    line-height: 24px;
}
.zninner i{
    width: 52%;
    line-height: 33px;
    display: inline-block;
    border-radius: 33px;
    color:#00953b;
    background: #fff;
    margin-top: 56px
}

.zninner i:before {
    content:'';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #00953b;
    vertical-align: middle;
    margin-right: 4px;
}

.zninner i:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #00953b;
    vertical-align: middle;
    margin-left: 4px
}
.zninner div{
    display: none
}

.zhlist li:hover span{
    background: rgba(255,255,255,.3)
}
.zhlist li:hover span font{
    background: #fff;
    color:#00953b
}
.zhlist li:hover p{
    color:#fff
}
.zhlist li:hover h2{
    color:#fff
}
.zhlist li i:hover:before,
.zhlist li i:hover:after {
    width: 8px
}
.zhlist li:nth-child(2){
    transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}
.zhlist li:nth-child(3) {
    transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
}
.zhlist li:nth-child(4) {
    transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
}
.zhlist {
    margin-top: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../images/znxian_02.png);
    background-position: 0 34%
}
.section4{
    background-image: url(../images/sec4bac_02.jpg);
    background-size: cover;
}
.sec4tit .tit{
    float: left;
}
.sec4tab{
    float: right
}
.sec4tab h2{
    display: inline-block;
    line-height: 33px;
    color:#fff;
    font-size:16px;
    margin-left: 5px;
    padding: 0 35px;
    border-radius: 33px;
    cursor: pointer;
}
.sec4tab h2:hover,
.sec4tab h2.ac{
    background: #009944
}
.section5{
    background-image: url(../images/sec5bac_02.jpg);
    background-size: cover;
}
.section5>div{
    vertical-align: bottom;
    padding-bottom: 4%
}
.xxgk{
    display: inline-block;
    vertical-align: top;
    width: 33.7%
}
.xxgk>a{
    display: block;
    margin-top: 45px;
    margin-right: 145px;
}
.xxgk>a img{
    width: 100%
}
.cbwzs{
    display: inline-block;
    vertical-align: top;
    width: 66.3%
}
.cbwbanner{
    margin-top: 45px;
    position: relative;
}
.cbwbanner .swiper-container{
    padding: 0 0 2px 2px
}
.cbwbanner img{
    width: 100%
}
.cbwbanner .swiper-slide{
    box-shadow: -2px 2px 0 #13973c
}
.cbwbanner .swiper-button-prev,
.cbwbanner .swiper-button-next{
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    width: 64px;
    height:64px;
    border-radius: 50%;
    background: rgba(20,159,63,0);
}
.cbwbanner .swiper-button-prev span,
.cbwbanner .swiper-button-next span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid rgba(20, 159, 63, .3);
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    color:#149f3f
}
.cbwbanner .swiper-button-prev:hover span,
.cbwbanner .swiper-button-next:hover span{
    background: #149f3f;
    border-color:#149f3f;
    color:#fff
}
.cbwbanner .swiper-button-prev:hover,
.cbwbanner .swiper-button-next:hover{
    background: rgba(20, 159, 63, .3);
}
.cbwbtn {
    position: absolute;
    left: 105%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.cbwfx{
    margin-top: 90px;
    padding-left: 50px
}
.cbwfx>img{
    float: left;
}
.cbwshare{
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    float: right;
}
.cbwshare span{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color:#6f7a73;
    margin-right: 20px;
}
.bdsharebuttonbox{
    display: inline-block;
    vertical-align: middle
}
.bdsharebuttonbox>a{
    background-image: none !important
}
.bdsharebuttonbox>a:nth-child(3),
.bdsharebuttonbox>a:nth-child(4){
    display: none;
}
.cbwshare .bdsharebuttonbox>a{
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 0;
    line-height: 56px;
    border-radius: 50%;
    background: #149f3f;
    color:#fff;
    font-size: 26px
}
.bdsharebuttonbox>a:hover{
    color:#fff !important;
    opacity: .8;
}
.cbwshare .bdsharebuttonbox>a:last-child{
    background: transparent;
    color:#149f3f
}
.i_new_left{
    display: inline-block;
    width: 42.8%;
}
.i_new_left li {
    display: none;
    box-sizing: border-box;
    padding: 12px;
    background: #fff
}
.index_new{
    margin-top: 66px;
}
.i_new_left li img {
    width: 100%
}
.i_new_left li.ac {
    display: block
}
.i_new_left{
    text-align: right;
}
.i_new_left>a{
    margin-top:70px
}
.section4>div{
    vertical-align: bottom;
    padding-bottom: 6.25%
}
.i_new_right{
    display: inline-block;
    vertical-align: top;
    width: 57.2%;
    box-sizing: border-box;
    padding-left: 16px
}
.i_new_right .swiper-container{
    height: 350px
}
.i_new_right .swiper-slide{
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.5);

}
.i_new_right .swiper-slide a{
    display: block;
    padding: 30px 16px 0;
    font-size: 0;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%
}
.i_new_right h6{
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
    padding-left:20px;
    font-size: 22px;
    font-weight: bold;
    color:#fff;
    border-right: 1px solid rgba(255,255,255,.1);
    vertical-align: top
}
.i_new_right h6 span{
    font-size: 14px;
    display: block;
    line-height: 16px;
    font-weight: normal
}
.i_n_inner{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding:0 24px;
    box-sizing: border-box
}
.i_n_inner h2{
    font-size: 16px;
    color:#fff;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.i_n_inner p{
    color:rgba(255, 255, 255, .7);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.i_new_right .swiper-slide:hover,
.i_new_right .swiper-slide-active {
    background: #fff;
    border-color:#fff
}
.i_new_right .swiper-slide:hover h6,
.i_new_right .swiper-slide-active h6{
    color:#444444;
    border-color: rgba(0,0,0,.1)
}
.i_new_right .swiper-slide:hover h6 span,
.i_new_right .swiper-slide-active h6 span{
    color:#c0c0c0
}
.i_new_right .swiper-slide:hover h2,
.i_new_right .swiper-slide-active h2{
    color:#444444
}
.i_new_right .swiper-slide:hover p,
.i_new_right .swiper-slide-active p{
    color:#909090
}
.i_new_right .swiper-button-prev,
.i_new_right .swiper-button-next{
    margin-top: 60px;
    width:64px;
    height: 64px;
    position: relative;
    display: inline-block;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    border-radius: 50%;
    background: rgba(255,255,255,0)
}
.i_new_right .swiper-button-prev span,
.i_new_right .swiper-button-next span{
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    color:#fff;
    font-size: 22px
}
.i_new_right .swiper-button-prev:hover,
.i_new_right .swiper-button-next:hover{
    background: rgba(255,255,255,.3)
}
.i_new_right .swiper-button-prev:hover span,
.i_new_right .swiper-button-next:hover span{
    background: rgba(255, 255, 255, 1);
    color:#149f3f
}
.index_new>div{
    height: 0;
    overflow: hidden;
}
.index_new>div.ac{
    height: auto
}
.cbwtit .tit{
    float: left;
}
.cbwtit>a{
    float: right;
    width: 148px;
    line-height: 33px;
    display: inline-block;
    border-radius: 33px;
    color: #00953b;
    background: #fff;
    text-align: center
}
.cbwtit>a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #00953b;
    vertical-align: middle;
    margin-right: 4px;
}

.cbwtit>a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #00953b;
    vertical-align: middle;
    margin-left: 4px
}
.cbwtit>a:hover:before,
.cbwtit>a:hover:after{
    width: 8px
}
.sec2_left,
.i_new_left,
.xxgk {
    opacity: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.sec2_right,
.i_new_right,
.cbwzs {
    opacity: 0;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.active .sec2_left,
.active .sec2_right,
.active .i_new_left,
.active .i_new_right,
.active .xxgk,
.active .cbwzs {
     opacity: 1;
     transform: translateX(0);
     -ms-transform: translateX(0);
     -webkit-transform: translateX(0);
}
.zhlist li{
    left: -25%;
    opacity: 0;
}
.active .zhlist li{
    left: 0;
    opacity: 1;
}